@charset "utf-8";

.sti {
    position: absolute;
    text-align: left;
    z-index: 9999999;
}

.sti .sti_reset {
	bottom: auto !important;
	/*display: inline-block !important;*/
	float: none !important;
	left: auto !important;
	margin: 0 !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
}

.sti .sti-share-box {
	position: absolute;
	z-index: 999;
	display: block;
}

.sti .sti-share-box .sti-btn {	
	display: block;
    position: relative;
	cursor: pointer;
	-webkit-transition: all 0s linear;
	   -moz-transition: all 0s linear;
	    -ms-transition: all 0s linear;
	     -o-transition: all 0s linear;
	        transition: all 0s linear;
}

.sti .sti-share-box .sti-btn svg {
    fill: #fff;
}

/* Mobile */
.sti-mobile-btn {
	position: absolute;
	z-index: 999;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
    background: #000;
}

.sti-mobile-btn svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.sti-mobile-btn .sti-share-box {
	display: none;
}

.sti-mobile-btn.sti-mobile-show .sti-share-box {
	display: block;
}

.sti-mobile-btn.sti-mobile-show {
    background: transparent;
}

.sti-mobile-btn.sti-mobile-show > svg {
    display: none;
}


/* Link Box */
.sti .sti-link-form {
    width: 400px;
    border: 1px solid #aaa;
    background: #f4f4f4;
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 100%;
    padding: 2px;
    margin: 0;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: baseline;
}

.sti .sti-link-form .sti-link-label {
    display: none;
}

.sti .sti-link-form .sti-link-input {
    -webkit-appearance: none;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    margin: 0;
    background: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 6px 12px !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    width: 100%!important;
}


.sti .sti-facebook-btn { background-color: #3b5998; }
.sti .sti-facebook-btn:hover { background-color: #2d4373; }
.sti .sti-twitter-btn { background-color: #55acee; }
.sti .sti-twitter-btn:hover { background-color: #2795e9; }
.sti .sti-linkedin-btn { background-color: #0077b5; }
.sti .sti-linkedin-btn:hover { background-color: #046293; }
.sti .sti-pinterest-btn { background-color: #ec1a22; }
.sti .sti-pinterest-btn:hover { background-color: #d4171e; }
.sti .sti-tumblr-btn { background-color: #35465C; }
.sti .sti-tumblr-btn:hover { background-color: #222d3c; }
.sti .sti-reddit-btn { background-color: #5f99cf; }
.sti .sti-reddit-btn:hover { background-color: #3a80c1; }
.sti .sti-digg-btn { background-color: #303030; }
.sti .sti-digg-btn:hover { background-color: #171717; }
.sti .sti-delicious-btn { background-color: #4576bd; }
.sti .sti-delicious-btn:hover { background-color: #3c67a3; }
.sti .sti-vkontakte-btn { background-color: #507299; }
.sti .sti-vkontakte-btn:hover { background-color: #43648c; }
.sti .sti-odnoklassniki-btn { background-color: #ff6600; }
.sti .sti-odnoklassniki-btn:hover { background-color: #e55c00; }
.sti .sti-whatsapp-btn { background-color: #4dc247; }
.sti .sti-whatsapp-btn:hover { background-color: #4da947; }
.sti .sti-messenger-btn { background-color: #007fff; }
.sti .sti-messenger-btn:hover { background-color: #0069d1; }

/* Flat small style */
.sti.style-flat-small .sti-share-box .sti-btn {
    width: 36px;
    height: 36px;
    position: relative;
}

.sti.style-flat-small .sti-share-box .sti-btn svg {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-digg-btn svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-whatsapp-btn svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-messenger-btn svg {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.sti.style-flat-small .sti-share-box .sti-btn.sti-vkontakte-btn svg {
    width: 20px;
    height: auto;
    margin-top: -10px;
    margin-left: -10px;
}